home *** CD-ROM | disk | FTP | other *** search
- LDGETNAME(3X) Last changed: 11-5-98
-
-
- NNAAMMEE
- llddggeettnnaammee - Retrieves symbol name for object file symbol table entry
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssttddiioo..hh>>
- ##iinncclluuddee <<ffiilleehhddrr..hh>>
- ##iinncclluuddee <<ssyymm..hh>>
- ##iinncclluuddee <<llddffccnn..hh>>
-
- cchhaarr **llddggeettnnaammee (("_l_d_p_t_r,, ssyymmbbooll"")
- LLDDFFIILLEE **_l_d_p_t_r;;
- ppSSYYMMRR **_s_y_m_b_o_l;;
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems (o32 ABI only)
-
- DDEESSCCRRIIPPTTIIOONN
- llddggeettnnaammee returns a pointer to the name associated with _s_y_m_b_o_l as a
- string. The string is contained in a static buffer. Because the
- buffer can be overwritten by later calls to llddggeettnnaammee, the caller must
- copy the buffer if the name is to be saved.
-
- If the name cannot be retrieved, llddggeettnnaammee returns NNUULLLL (defined in
- <<ssttddiioo..hh>>) for an object file. This occurs when:
-
- * The string table cannot be found.
-
- * The name's offset into the string table is beyond the end of the
- string table
-
- Typically, llddggeettnnaammee is called immediately after a successful call to
- llddttbbrreeaadd. llddggeettnnaammee retrieves the name associated with the symbol
- table entry filled by llddttbbrreeaadd.
-
- The program must be loaded with the object file access routine
- library, lliibbmmlldd..aa.
-
- SSEEEE AALLSSOO
- llddcclloossee(3X), llddooppeenn(3X), llddttbbsseeeekk(3X), llddttbbrreeaadd(3X)
-
- llddffccnn(4)
-
- This man page is available only online.
-
-